home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_35.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  329 b   |  11 lines

  1. on enterFrame
  2.   set startBall to 4
  3.   set inforouteChezVousBall to 8
  4.   set branchementsBall to startBall + 7
  5.   set UtiliteEtLogicielsBall to startBall + 8
  6.   set the ink of sprite branchementsBall to 37
  7.   set the ink of sprite UtiliteEtLogicielsBall to 37
  8.   depuppetize(branchementBall, UtiliteEtLogicielsBall)
  9.   updateStage()
  10. end
  11.